projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffa50f4
)
Plug a test memleak
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 28 Mar 2021 01:52:49 +0000
(21:52 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 28 Mar 2021 01:52:49 +0000
(21:52 -0400)
testsuite/gtk/stringlist.c
patch
|
blob
|
history
diff --git
a/testsuite/gtk/stringlist.c
b/testsuite/gtk/stringlist.c
index 63a1f6def4f9e91330ff5b76d8aa0ae9463c586f..93e9720d2c1cae855f8c9b88a58efae7ef301033 100644
(file)
--- a/
testsuite/gtk/stringlist.c
+++ b/
testsuite/gtk/stringlist.c
@@
-167,7
+167,7
@@
test_create_builder (void)
list = GTK_STRING_LIST (gtk_builder_get_object (builder, "list"));
assert_model (list, "a b c");
- g_object_unref (
list
);
+ g_object_unref (
builder
);
}
static void